
#main{
	background-color: #f9f9f9;
	padding: 0 0 3.125%;
}
.section{
	text-align: center;
	margin-bottom: 3.57%;
}
.section:last-child{
	margin-bottom: 0;
}
.section .img-box{
	position: relative;
}
.section h3{
	font-size: 3em;
	color: #fff;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-moz-display: flex;
	-moz-align-items: center;
	-moz-justify-content: center;
	-ms-display: flex;
	-ms-align-items: center;
	-ms-justify-content: center;
	-o-display: flex;
	-o-align-items: center;
	-o-justify-content: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,0.4);
}
.section img{
	width: 100%;
}
.section h4{
	font-size: 2em;
	color: #434343;
	font-weight: bold;
	margin-top: 4.29%;
}
.section ul{
	margin-top: 1.5%;
}
.section li{
	float: left;
	width: 24.145%;
	margin-right: 1.14%;
	margin-bottom: 1.14%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.section li:hover{
	box-shadow: #cbcbcb 0 5px 10px;
}
.section li:nth-child(4n){
	margin-right: 0;
}
.section li .text{
	border-top: 0 none;
	text-align: left;
	padding: 2em 5% 1.625em;
	position: relative;
	border: 1px solid #f2f2f2;
	background-color: #fff;
	text-align: center;
}
.section li .text p{
	font-size: 1.25em;
	color: #000;
	font-weight: bold;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.section li .text p span{
	margin: 0 1.2em;
}
.section li:hover .text p{
	color: #2a71b9;
}
.section li .text .p2{
	font-size: 0.875em;
	color: #000;
	line-height: 1.5;
	margin-top: 1em;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.section li:hover .text .p2{
	color: #2a71b9;
}
@media only screen and (max-width:1023px){
	#main{
		padding: 2.5em 0 1.875em;
	}
	#main .inner1{
		max-width: 86.666%;
	}
	.section{
		margin-bottom: 1.875em;
	}
	.section h3{
		font-size: 1.3125em;
	}
	.section h4{
		font-size: 1.3125em;
		margin-top: 1.25em;
	}
	.section ul{
		margin-top: 0.625em;
	}
	.section li{
		width: 48.5%;
		margin-bottom: 0.625em;
	}
	.section li:nth-child(2n){
		margin-right: 0;
	}
	.section li .text{
		padding: 0.75em 4.2% 0.5em;
	}
	.section li .text p{
		font-size: 0.8125em;
	}
	.section li .text p span{
		margin: 0 0.4375em;
	}
	.section li .text .p2{
		font-size: 0.625em;
		margin-top: 0.6em;
	}
}
